PInkND(const char * sName, eInkND cAction, short dNDValue);
Tints. You cannot set the neutral-density value of a tint, only of its root color. To calculate the neutral-density value for a tint, PageMaker multiplies the neutral density of the root color by the tint's percentage of the root color.const char * sName;
Name of ink or spot color (no tints).eInkND cAction;
kInkNDDefault to reset to the calculated default value
kInkNDSet to customize the neutral-density value for the colorshort dNDValue;
Neutral density for the ink, from 0.000 to 10.000 in thousandth (10.000 = 10000).
Example. The following example sets the neutral-density value of spot color "Red" to 2.15.
PInkND("Red", kInkNDSet, 2150);
The PGetTrapSettings and PGetInkNDqueries
Adobe PageMaker 6.5 Help > Commands > Utilities > Trapping Options
Comments or suggestions? Contact Adobe Developer Support